home *** CD-ROM | disk | FTP | other *** search
/ Clickx 23 / Clickx 23.iso / DATA / moveabletype / MT-3.2-en_US / mt-search.cgi < prev    next >
Encoding:
Text File  |  2005-07-29  |  428 b   |  14 lines

  1. #!/usr/bin/perl -w
  2.  
  3. # Original copyright 2001-2002 Jay Allen.
  4. # Modifications and integration Copyright 2001-2005 Six Apart.
  5. # Copyright 2001-2005 Six Apart. This code cannot be redistributed without
  6. # permission from www.sixapart.com.  For more information, consult your
  7. # Movable Type license.
  8. #
  9. # $Id: mt-search.cgi 15432 2005-07-29 20:41:11Z bchoate $
  10.  
  11. use strict;
  12. use lib 'lib';
  13. use MT::Bootstrap App => 'MT::App::Search';
  14.